FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ReportObjectList<TItem> Class / FindByName Method
The name of the item.

In This Topic
    FindByName Method (ReportObjectList<TItem>)
    In This Topic
    Gets the item by its name, returns null if not found.
    Syntax
    'Declaration
     
    Public Function FindByName( _
       ByVal name As String _
    ) As TItem
    public TItem FindByName( 
       string name
    )

    Parameters

    name
    The name of the item.

    Return Value

    Returns the item with specified name, null otherwise.
    See Also